home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 146
/
(Vol 146) Jan 07 2012.iso
/
Games
/
thrust_2.swf
/
scripts
/
frame_21
/
DoAction.as
Wrap
Text File
|
2012-01-07
|
357b
|
16 lines
stop();
bonus = 999;
bullets = false;
bullettime = 1;
Crash = new Sound();
Crash.attachSound("Crash");
Shoot = new Sound();
Shoot.attachSound("Shoot");
Thrust = new Sound();
Thrust.attachSound("Thrust");
showlevel.newlevel = "Level " + Level;
land.nextFrame();
land.bg.nextFrame();
ship._x = land.spad._x + 277;
ship._y = land.spad._y + 208;